home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 103 / MacAddict_103_2005-03.iso / Software / Internet & Communication / Adium X 0.73.dmg / Adium.app / Contents / Resources / AddContact.nib / classes.nib next >
Encoding:
Text File  |  2004-12-26  |  1.1 KB  |  32 lines

  1. {
  2.     IBClasses = (
  3.         {
  4.             ACTIONS = {closeWindow = id; }; 
  5.             CLASS = AIContactListEditorWindowController; 
  6.             LANGUAGE = ObjC; 
  7.             OUTLETS = {"browser_contactList" = AIBrowser; }; 
  8.             SUPERCLASS = AIWindowController; 
  9.         }, 
  10.         {
  11.             ACTIONS = {addContact = id; cancel = id; closeWindow = id; }; 
  12.             CLASS = AINewContactWindowController; 
  13.             LANGUAGE = ObjC; 
  14.             OUTLETS = {
  15.                 "button_add" = NSButton; 
  16.                 "popUp_contactType" = NSPopUpButton; 
  17.                 "popUp_targetGroup" = NSPopUpButton; 
  18.                 "tableView_accounts" = NSTableView; 
  19.                 "textField_contactAlias" = NSTextField; 
  20.                 "textField_contactName" = NSTextField; 
  21.             }; 
  22.             SUPERCLASS = AIWindowController; 
  23.         }, 
  24.         {
  25.             CLASS = AIWindowController; 
  26.             LANGUAGE = ObjC; 
  27.             SUPERCLASS = NSWindowController; 
  28.         }, 
  29.         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }
  30.     ); 
  31.     IBVersion = 1; 
  32. }